home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
frame_42
/
PlaceObject2_2087_547
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
220 b
|
11 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.picker.hitter))
{
this.play();
}
if(_root.pick_fail == 1 && (this._currentframe == 5 || this._currentframe == 6))
{
this.play();
}
}